export declare const camelize: (str: any) => any;
export declare const hyphenate: (str: any) => any;
/**
 * Convert an Array-like object to a real Array.
 */
export declare function toArray(list: any, start?: number): any[];
export declare function isES2015(): boolean;
