import type { TokenService } from "../core/mod.ts"; import { AuthorizationService } from "../http/mod.ts"; export declare function fakeToken(scope: string, userId?: number): string; export declare function fakeTokens(): TokenService; export declare function fakeAuthz(): AuthorizationService; //# sourceMappingURL=stubs.d.ts.map