import { FFAVC } from './types'; export interface moduleOption { /** * Link to wasm file. */ locateFile?: (file: string) => string; } export declare const FFAVCInit: (moduleOption?: moduleOption) => Promise;