export declare class TransientErrorLookup {
    isTransientError(error: number): boolean;
}
