export declare const makeId: () => string;
export declare const checkId: (id: string) => number;
export declare const toRand: (id: string) => number;
