export declare function randomise(max: any): number;
export declare function setCharAt(str: string, index: number, chr: string): string;
