import { GenerateSdkConfig, ServiceDocObject } from '../../types/core.types.js'; import { GenericDef } from '../../lib/good-cop/index-backend.js'; export declare const env: Env; export declare const generateSdkConfigDefault: Partial; export declare function getTsTypeAsStringAndRouteClean(queryName: string, originalApiAddr: string, objectTs: Record, ts: string[], outputValidator: GenericDef, doc?: ServiceDocObject): { routeClean: string; tsTypesAsString: string[]; };