export declare const $PaasServiceGetResponse: {
    properties: {
        paas_service: {
            type: string;
        };
    };
};
