import { IMaskerPipeName, TExecutorHook } from '@qiwi/masker-common'; export * from './generate'; export * from './interfaces'; export * from './shortcut'; export declare const name: IMaskerPipeName; export declare const withSchema: TExecutorHook; export declare const pipe: import("@qiwi/masker-common").IMaskerPipeNormalized; export default pipe;