import { IBizJson, TGetCode } from '../types';
export default function getCode(json: IBizJson, getter?: TGetCode): string | undefined;
