import { DomainRecords } from "../../utils"; export declare type ZoneInfo = Partial & { HostedZoneId?: string; }; export declare const getZoneInfoForDomain: (rootDomain: string) => Promise;