import { Options } from "no-case";
export type { Options };
export declare function sentenceCase(input: string, options?: Options): string;
