import { PaasServiceIndex } from './PaasServiceIndex';
export declare type DeletedPaasServicesGetResponse = {
    deleted_paas_services?: PaasServiceIndex;
};
