export declare const isBlank: (val: string | undefined | null) => boolean; export declare const isPresent: (value: string | undefined) => value is string; export declare const presence: (val: string | undefined) => string | undefined;