export declare const DEFAULT_ERROR_TEXT = "network-error"; export declare const FILE_TYPES: { blob: string; base64: string; }; export declare const THROTTLE_TIMEOUT = 300;