export declare const removeExtraWhitespace: (value: string) => string; export declare const containsWhitespace: (value: string) => boolean; //# sourceMappingURL=index.d.ts.map