export = create; declare function create(wasmModule: any, instancesPool: any, chunkSize: any, digestSize: any): any; declare namespace create { export { MAX_SHORT_STRING }; } declare const MAX_SHORT_STRING: number;