export declare const randomString: (radix?: number) => string; export declare const objectWithRandomAttrs: () => { [x: string]: string; }; export declare const randomBoolean: (comparer?: number) => boolean;