import type { DocumentType } from '../../core/models/api/document';
/**
 * Returns the appropriate prefix for the document guidance image based on api documentType.
 */
export declare const getDocumentGuidancePrefix: (documentType?: DocumentType) => "document" | "passport" | "id";
