import type { BaseResult } from "../../types/banking/common/baseresult";
declare const createDefaultBaseResult: (overrides?: Partial<BaseResult>) => BaseResult;
declare const fillResultByError: (error: any) => BaseResult;
export { createDefaultBaseResult, fillResultByError };
