import type { TokenType } from "./tokens";
export declare const masker: (value: string, mask: string, tokens: Record<string, TokenType>, masked?: boolean) => string;
