import { RubicSdkError } from '../..';
export declare class TimeoutError extends RubicSdkError {
    constructor(message?: string);
}
