declare const _default: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; export default _default;