declare module rust_native_module { function hello(): string; } export = rust_native_module;