import type { NativeBindings, NativeInfo } from "./types.js"; export declare function loadNative(): NativeBindings; export declare function getPackageVersion(): string; export declare function decorateNativeInfo(info: Omit): NativeInfo; //# sourceMappingURL=loader.d.ts.map