import type { DnsOptions } from './types';
export declare const defaultConfig: DnsOptions;
// eslint-disable-next-line antfu/no-top-level-await
export declare const config: DnsOptions;
