import { IDocument, IPageSide, TDocumentType } from './types'; export declare const getDocImage: (type: TDocumentType, docs: IDocument[], pageSide?: IPageSide) => string; export declare const resetAppState: () => void; //# sourceMappingURL=utils.d.ts.map