export declare function complete(input_string: string, entry_pointer: number, bytecode_buffer: Uint32Array, functions: any[], source_path?: string): { result: T; err: any; };