import { Lightclient } from "@lodestar/light-client"; export declare function assertLightClient(client?: Lightclient): asserts client is Lightclient; export declare function isTruthy(value: T): value is Exclude; //# sourceMappingURL=assertion.d.ts.map