import { PaasServiceIndex } from './PaasServiceIndex';
export declare type PaasServicesGetResponse = {
    paas_services?: PaasServiceIndex;
};
