export type TimeStamp = number;
export declare function currentTimestamp(): TimeStamp;
export declare function useAbort(): () => AbortSignal;
