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