import { type JwtSignerConfig } from './signer'; export type JwtHandlerConfig = JwtSignerConfig; interface HandlerResult { status: number; body: Record; } export declare function createCoreAccessTokenHandler(config: JwtHandlerConfig): () => Promise; export declare function createCoreExtensionTokenHandler(config: JwtHandlerConfig): (intentInput: unknown) => Promise; export {}; //# sourceMappingURL=handlers.d.ts.map