import { type CollectDiagnostics, type NativeAddon } from "./addon-source"; export declare class InvalidBundleSourceError extends Error { bundlePath: string; constructor(bundlePath: string, cause: unknown); } export interface CollectAddonsFromBundleOptions { bundlePath: string; projectRoot: string; diagnostics?: CollectDiagnostics; } export declare function collectAddonsFromBundle(options: CollectAddonsFromBundleOptions): Promise; //# sourceMappingURL=bundle-source.d.ts.map