/**
 * Convert an identifier string to a dot form
 *
 * @param input The identifier string
 * @returns the identifier in dot form
 */
export declare function toDotCase(input: string): string;
export default toDotCase;
