import { FunctionDefinition } from '../constants/interfaces';
/**
 * `PROPER` Capitalizes the first letter in a string and any other letters in the text placed next to any character other than a letter. Converts the rest of the letters to lowercase.
 */
export declare const PROPER: FunctionDefinition;
