export declare const capitalize: (string: string, capall?: boolean) => string;
