import { ApiNamespace } from '../../model/api';
declare const getApiObjectText: (namespace: ApiNamespace, level?: number) => string;
export default getApiObjectText;
