export declare const start: () => bigint;
export declare const seconds: (start: bigint) => number;
