/**
 * A definition of possible service template parameters (python-cerberus compatible).
 */
export declare type PaasServiceParametersSchema = Record<string, any>;
