import { JsonRegex } from '../interfaces'; export declare function regexToString(regex: RegExp): JsonRegex;