import { SetMaskParams } from './types';
declare const setMask: ({ mask, value, options }: SetMaskParams) => string;
export default setMask;
