import { CanActivate, Type } from '@nestjs/common';
export declare const ONE_OF_METADATA_KEY = "one_of";
/**
 * Adds guards to the metadata so that the OneOfGuard knows which guards to check.
 */
export declare const OneOf: (...guards: Type<CanActivate>[]) => import("@nestjs/common").CustomDecorator<string>;
