export declare const isValidSnakeCase: (str: string) => boolean; export default isValidSnakeCase;