export declare function importWasm(input: any): Promise<any>;
export declare function readWasmFile(input: string): Promise<Buffer<ArrayBufferLike>>;
