import { BeaconRestApiServerOpts } from "./rest/index.js";
export type ApiOptions = {
    maxGindicesInProof?: number;
    rest: BeaconRestApiServerOpts;
    commit?: string;
    version?: string;
    private?: boolean;
};
export declare const defaultApiOptions: ApiOptions;
//# sourceMappingURL=options.d.ts.map