import type { SchemaOf } from '../helpers'; import { Joi } from '../helpers'; export interface ILoadRawParams { configId: 'DEFAULT' | string; } export declare const loadRawParamsSchemaMap: SchemaOf; export declare const loadRawParamsSchema: Joi.ObjectSchema;