declare function ConfigParam(path: string, defaultValue?: any): ParameterDecorator; declare function Configurable(): MethodDecorator; declare function InjectConfig(): (target: Record, key: string | symbol, index?: number) => void; export { ConfigParam, Configurable, InjectConfig };