export type AbortSignalArgs = {
    signal?: AbortSignal;
};
