import { B3TR, VOT3 } from "../../typechain-types";
import { TestPk } from "./seedAccounts";
import { AppConfig } from "@repo/config";
/**
 * Seed 2 navigators using accounts[1] and accounts[2].
 * Mints B3TR to the admin, creates VOT3 supply, funds navigators, and registers them.
 */
export declare const seedNavigators: (b3tr: B3TR, vot3: VOT3, accounts: TestPk[], config: AppConfig) => Promise<void>;
