import { Contracts } from "@arkecosystem/core-kernel"; import { TimeOptions } from "@hapi/sntp"; export declare const checkNTP: (app: Contracts.Kernel.Application, hosts: string[], timeout?: number) => Promise<{ time: TimeOptions; host: string; }>; //# sourceMappingURL=check-ntp.d.ts.map