import { RateLimitBucket } from '../../core/interfaces/rate-limit.interface'; export declare const ADMIN_THROTTLE_BUCKET = "nest_auth_admin_throttle_bucket"; export declare function AdminThrottle(bucket: RateLimitBucket): (target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void; //# sourceMappingURL=admin-throttle.decorator.d.ts.map