export default class Id {
    constructor({ crypto: cryptoObj }: {
        crypto: any;
    });
    /**
     * Gives a unique random v4 uuid
     *
     * @returns Unique random uuidv4 string
     */
    uuidv4(): string;
    #private;
}
//# sourceMappingURL=id.d.ts.map