import { NoSuchHostedZone } from "./NoSuchHostedZone"; import { InvalidInput } from "./InvalidInput"; export declare type TestDNSAnswerExceptionsUnion = NoSuchHostedZone | InvalidInput;