import { type MethodPropClassDecorator } from "./types.js"; export declare function Authorized(): MethodPropClassDecorator; export declare function Authorized(roles: readonly RoleType[]): MethodPropClassDecorator; export declare function Authorized(...roles: readonly RoleType[]): MethodPropClassDecorator;