import type { LaunchContext } from '../launch-context'; import type { FingerprintGeneratorOptions } from './types'; export declare const getGeneratorDefaultOptions: (launchContext: LaunchContext) => FingerprintGeneratorOptions; //# sourceMappingURL=utils.d.ts.map