export declare function shuffle(array: any[]): void;
export declare function methodToFunc(func: Function, name: string): string;
