import { Text } from '@polkadot/types';
export declare function toCamelCase(array: string[] | Text[]): string;
