import { ChainId } from "@abstraxn/core-types";
export declare const UserOpReceiptIntervals: {
    [key in ChainId]?: number;
};
export declare const UserOpWaitForTxHashIntervals: {
    [key in ChainId]?: number;
};
export declare const UserOpReceiptMaxDurationIntervals: {
    [key in ChainId]?: number;
};
export declare const UserOpWaitForTxHashMaxDurationIntervals: {
    [key in ChainId]?: number;
};
