import type { DraftInfo } from '../../types'; export declare function getDraftInfo(params: { draftId: string; }): Promise; //# sourceMappingURL=get-draft-info.d.ts.map