import { UtilsApi } from '../api/utils'; export declare const utilsApi: UtilsApi; export declare function str2ab(str: string): ArrayBuffer;