import { HttpCServerMiddleware } from "@httpc/server";
export declare function Authenticated(permissions?: string | ((...args: any[]) => string)): HttpCServerMiddleware;
export declare function Authorized(permissions: string | ((...args: any[]) => string)): HttpCServerMiddleware;
