export declare function authenticateToken(accessSecret: string): (ctx: any, next: any) => Promise<void>;
export declare function authenticateRefreshToken(refreshSecret: string): (ctx: any, next: any) => Promise<void>;
//# sourceMappingURL=koa.d.ts.map