import type { Mask } from './maskTypes';
export declare const stripNonAllowedValues: (pureValue: string, mask: Mask) => string;
