import { MaskOptions } from '../utils'; export declare function maskJwt(token: string, opts: MaskOptions): string; //# sourceMappingURL=jwt.d.ts.map