import { KeyFilter } from '../key'; /** * Lowercase filter * Trims only whitespaces */ declare const lower: KeyFilter; export default lower;