import type { MaskInfo } from '../../types'; export declare function getMasks(params: { draftId: string; segmentId?: string; }): Promise; //# sourceMappingURL=get-masks.d.ts.map