import { TypedArray } from './types'; export declare function guidGenerator(random: (array: TypedArray) => number): () => string;