import { type DNSResponse } from '../index.js';
/**
 * This TTL will be used if the remote service does not return one
 */
export declare const DEFAULT_TTL = 60;
export declare function toDNSResponse(obj: any): DNSResponse;
//# sourceMappingURL=to-dns-response.d.ts.map