import type { StripWhitespace } from './types/strings.js'; export declare const stripWhitespace: (input: T) => StripWhitespace;