export declare function toUnderscoreCase(string: string, from?: string): string;
