/** * Remove invalid characters */ export declare const removeInvalidChars: (value: string, validChars: ReadonlyArray) => string;