export declare const timeout: {
    None: number;
    signal: AbortSignal | undefined;
};
