import { GetPrivateDnsZoneSuffixExecuteOptionalParams, GetPrivateDnsZoneSuffixExecuteResponse } from "../models";
/** Interface representing a GetPrivateDnsZoneSuffix. */
export interface GetPrivateDnsZoneSuffix {
    /**
     * Get private DNS zone suffix in the cloud.
     * @param options The options parameters.
     */
    execute(options?: GetPrivateDnsZoneSuffixExecuteOptionalParams): Promise<GetPrivateDnsZoneSuffixExecuteResponse>;
}
//# sourceMappingURL=getPrivateDnsZoneSuffix.d.ts.map