/** * Converts a Geo ID (UUID without dashes) into Base58Check */ export declare function idToAutomergeId(id: string): string; /** * Converts a Base58Check-encoded UUID back to UUID */ export declare function automergeIdToId(base58CheckUuid: string): string; //# sourceMappingURL=automergeId.d.ts.map