export declare function copyFile(file: File | Blob): Promise; export declare function handleFunsErrors(methods: T): T; export declare function assert(condition: boolean, message: string): void;