export declare function isOptional(value: T | null | undefined, validator?: (value: T) => string[]): string[];