export declare const $PaasServiceTemplatesGetResponse: {
    properties: {
        paas_service_templates: {
            type: string;
        };
    };
};
