/**
 * Predefined error message in our sdk to let client can handle accordingly
 * */
export declare const ALREADY_SUBMITTED_SKIP_TRANSACTION: {
    readonly errorCode: 1;
    readonly errorMessage: "Already submitted on-chain. Skip this transaction to save your cost";
};
/**
 * Default Generic error message not defined yet
 * */
export declare const GENERIC_ERROR: {
    readonly errorCode: 100;
    readonly errorMessage: "Already submitted on-chain. Skip this transaction to save your cost";
};
