import { RequestMethod } from '@nestjs/common';
export declare const CONFIG_OPTIONS: unique symbol;
export declare const manifestControllerExcludes: {
    path: string;
    method: RequestMethod;
}[];
