export function parse(file: any, opts: any): Promise<void>;
export function print(file: any, opts: any): Promise<void>;
export function componentWit(file: any, opts: any): Promise<void>;
export function componentNew(file: any, opts: any): Promise<void>;
export function componentEmbed(file: any, opts: any): Promise<void>;
export function metadataAdd(file: any, opts: any): Promise<void>;
export function metadataShow(file: any, opts: any): Promise<void>;
//# sourceMappingURL=wasm-tools.d.ts.map