import { PaasService } from './PaasService';
export declare type PaasServiceGetResponse = {
    paas_service?: PaasService;
};
