import { Enums } from '../types.js';
export declare const getEnums: (clientModule?: any) => Enums;
