/** * For the `rawSchema`, generate a TypeScript interface under the given `interfaceName`, * and any requisite nested interfaces * @public */ export default function typescriptInterfaceGenerator(interfaceName: string, rawSchema: any, refMapping?: any): string;