import { ExistingProvider, ValueProvider } from '@nestjs/common';
export declare const RestChannelConfigEnabledKey = "Config.RestChannel.Enabled";
export declare const InjectEnabled: PropertyDecorator & ParameterDecorator;
export declare const RestChannelConfigEnabledProvider: ValueProvider;
export declare const RestChannelConfigAuthKey = "Config.RestChannel.Auth";
export declare const InjectAuth: PropertyDecorator & ParameterDecorator;
export declare const RestChannelConfigAuthProvider: ExistingProvider;
//# sourceMappingURL=rest-channel.providers.d.ts.map