import { cryptly } from "cryptly"; import { Realm } from "../../Realm"; export interface Internal { type: "internal"; name?: string; identifier: cryptly.Identifier; organization?: string; } export declare namespace Internal { const currencies: readonly ["EUR", "GBP", "SEK", "USD"]; const type: import("isly/dist/cjs/object").IslyObject; function toLink(internal: Internal, realm: Realm): string; }