import { Type } from '@nestjs/common'; export declare const getConfigToken: (schema: Type) => string; export declare const InjectConfig: (schema: Type) => PropertyDecorator & ParameterDecorator;