/** Finds a network config by slug within the given config list. */ export declare const findNetworkConfig: (slug: string, configs?: (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: import("@xyo-network/sdk").NetworkSchema; })[]) => (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: import("@xyo-network/sdk").NetworkSchema; }) | undefined; /** * Alias of {@link findNetworkConfig}. * @deprecated use findNetworkConfig instead */ export declare const findNetworkPreset: (slug: string, configs?: (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: import("@xyo-network/sdk").NetworkSchema; })[]) => (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: import("@xyo-network/sdk").NetworkSchema; }) | undefined; //# sourceMappingURL=find.d.ts.map