import { InputmaskOptions } from './input-mask.types'; export declare const createMask: (options: string | InputmaskOptions) => InputmaskOptions;