export declare const navigatorRegistryLibraries: (logOutput?: boolean) => Promise<{
    NavigatorStakingUtils: import("ethers").BaseContract & {
        deploymentTransaction(): import("ethers").ContractTransactionResponse;
    } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>;
    NavigatorDelegationUtils: import("ethers").BaseContract & {
        deploymentTransaction(): import("ethers").ContractTransactionResponse;
    } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>;
    NavigatorVotingUtils: import("ethers").BaseContract & {
        deploymentTransaction(): import("ethers").ContractTransactionResponse;
    } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>;
    NavigatorFeeUtils: import("ethers").BaseContract & {
        deploymentTransaction(): import("ethers").ContractTransactionResponse;
    } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>;
    NavigatorSlashingUtils: import("ethers").BaseContract & {
        deploymentTransaction(): import("ethers").ContractTransactionResponse;
    } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>;
    NavigatorLifecycleUtils: import("ethers").BaseContract & {
        deploymentTransaction(): import("ethers").ContractTransactionResponse;
    } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>;
}>;
