import type { LoadOptions } from './types.js';
export declare const config: Config;
export interface Config {
    _WIN64: boolean;
}
export declare const loadOptionsDefault: Omit<LoadOptions, 'dll' | 'dllFuncs'>;
//# sourceMappingURL=config.d.ts.map