import makeApolloFormQuery from '../managers/ApolloManager/query';
declare function replaceErrors(target: any, source: any, value: any): any;
declare function firstError(state: any): undefined | string;
declare function getDeepStatus(state: {
    [key: string]: any;
}, path: string): any;
declare function setDeepStatus(state: any, path: string, value: any): any;
export declare function blobToBase64(blob: File | Blob): Promise<string>;
export { replaceErrors, getDeepStatus, setDeepStatus, makeApolloFormQuery, firstError };
