import type { NetworkNodePayload } from '@xyo-network/sdk'; /** Finds a diviner preset by slug, falling back to the first preset. */ export declare const findDivinerPreset: (slug: string) => { 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; }; /** Built-in diviner node presets for location and related services. */ export declare const divinerPresets: NetworkNodePayload[]; //# sourceMappingURL=divinerPresets.d.ts.map