export declare const getHostedZoneIdForDomain: ({ profile, region, rootDomain }: { profile?: string | undefined; region?: string | undefined; rootDomain: string; }) => Promise;