/* tslint:disable */ /* eslint-disable */ export function add_custom_sections(bytes: Uint8Array, custom_sections: any): Uint8Array; export function analyze_wasm_function_complexity(bytes: Uint8Array): any; export function encode_candid_args(args: string, _interface: string): Uint8Array; export function is_candid_compatible(new_interface: string, original_interface: string): boolean;