export * as utils from './utils/index.js'; export * as anchor from './anchor/index.js'; export declare function camelCase(str: string): string; export declare function upperFirst(str: string): string; //# sourceMappingURL=index.d.ts.map