export declare const makeColumnName: (classPropertyName: string, useSnakeCase?: boolean) => string;
