import type { Masker } from '@himorishige/noren-core';
import type { SecurityConfig } from './types.js';
/** Create masker functions with configuration */
export declare function createSecurityMaskers(config?: SecurityConfig): Record<string, Masker>;
/** Default security maskers without configuration */
export declare const maskers: Record<string, Masker>;
