export declare const $PaasServiceParametersSchema: {
    type: string;
    contains: {
        properties: {};
    };
};
