import { TEmeraltMiddlewareParams } from '@/types'; export declare const decodeAuthToken: (auth: string, params: TEmeraltMiddlewareParams) => Promise<{ username: string; }>; //# sourceMappingURL=decode-auth-token.d.ts.map