import type { MaskitoPlugin } from '@maskito/core'; export declare function maskitoCaretGuard(guard: (value: string, selection: readonly [from: number, to: number]) => [from: number, to: number]): MaskitoPlugin; //# sourceMappingURL=caret-guard.d.ts.map