import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { GetServiceCommandInput, GetServiceCommandOutput } from "../commands/GetServiceCommand"; import { ResourceNotFoundException } from "../models/errors"; import { ProtonServiceException } from "../models/ProtonServiceException"; import { ProtonClient } from "../ProtonClient"; export declare const waitForServiceDeleted: ( params: WaiterConfiguration, input: GetServiceCommandInput, ) => Promise>; export declare const waitUntilServiceDeleted: ( params: WaiterConfiguration, input: GetServiceCommandInput, ) => Promise>;