export function capitalizeFirstLetter(string: string): string;
export function aRandom(length: number): number;
