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