import type { NetworkPayload } from '@xyo-network/sdk'; import { NetworkSchema } from '@xyo-network/sdk'; /** Default Kerplunk, Main, Local, and Custom network configs with archivist/diviner nodes. */ export declare const defaultNetworkConfigs: (Omit & { schema: NetworkSchema; })[]; /** * Alias of {@link defaultNetworkConfigs}. * @deprecated use defaultNetworkConfigs instead */ export declare const networkPresets: (Omit<{ schema: "network.xyo.network" & { readonly __schema: true; }; slug: string; name?: string | undefined; nodes?: { schema: "network.xyo.network.node" & { readonly __schema: true; }; slug: string; type: "diviner" | "sentinel" | "bridge" | "archivist"; uri: string; docs?: string | undefined; name?: string | undefined; web?: string | undefined; }[] | undefined; }, "schema"> & { schema: NetworkSchema; })[]; //# sourceMappingURL=default.d.ts.map