/// export declare function blank(s: string | Buffer | undefined): boolean; export declare function notBlank(s: string | undefined): s is string; export declare function ensureSuffix(s: string, suffix: string): string; export declare function toS(s: any): string;