import { ITypeScriptInterface } from'../types';
/**
* Converts a TypeScript interface object to a string.
* @param interfaceObject the TypeScript interface to convert to a string.
*/exportdeclareconstconvertTSInterfaceToString: (interfaceObject: ITypeScriptInterface) =>string;