import type { DynamicsGPDocument } from '../types/record.types.js';
export declare function getDynamicsGPDocument(documentNumber: string): Promise<DynamicsGPDocument | undefined>;