export type AbortFunc = () => void;
export type RegisterAbortFunc = (func: AbortFunc) => void;
