export declare function format(first: string, middle: string, last: string): string; export declare const blobToBase64: (blob: Blob | File) => Promise; export declare const base64Size: (base64Data: string) => number; export declare const delay: (ms: any) => Promise; export declare const getLogMessage: (param_req_id?: string, param_redirect_id?: string, param_token?: string) => Promise<{ store_values: { request_id: string; redirect_id: string; token: string; }; session_values: import("../helpers/EctDb").EctData[]; parameter_values: { request_id: string; redirect_id: string; token: string; }; }>; export declare function getUUID(): string;