export type DeleteServiceInput = { serviceName: string; region: string; }; export declare const deleteService: (params: DeleteServiceInput) => Promise;