import type { WhisperAddon } from "./types"; /** * Load the native addon for the current platform */ export declare function loadNativeAddon(): WhisperAddon; //# sourceMappingURL=loader.d.ts.map