export declare const useMasking: () => {
    mask: (input: string, format: string) => string;
};
