import { Application, Contracts } from "@arkecosystem/core-kernel"; import { AnyObject } from "../contracts"; export declare const buildApplication: (context?: Record | undefined) => Promise; export declare const buildPeerFlags: (flags: AnyObject) => { networkStart: any; disableDiscovery: any; skipDiscovery: any; ignoreMinimumNetworkReach: any; }; //# sourceMappingURL=builder.d.ts.map