import { RubicSdkError } from '../../../common/errors';
export interface RubicApiWarnings {
    needAuthWallet: boolean;
    error?: RubicSdkError;
}
