export declare const noWhitespaceValidator: (value: unknown) => true | "Should contain text";
