import { Network, NodanaSettings } from "../types";
export declare class NodanaConfig {
    readonly network: Network;
    constructor(config: NodanaSettings);
}
