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