import { IBizJson, TIsSuccess } from '../types';
export default function isSuccess(json: IBizJson, successChecker?: TIsSuccess): boolean;
