interface DeleteHostedZoneParams { Id: string; } export declare const deleteHostedZone: ({ Id }: DeleteHostedZoneParams) => Promise; export {};