/* tslint:disable */ /* eslint-disable */ /* auto-generated by NAPI-RS */ export interface IsolatedDeclarationsResult { sourceText: string errors: Array } /** TypeScript Isolated Declarations for Standalone DTS Emit */ export function isolatedDeclaration(filename: string, sourceText: string): IsolatedDeclarationsResult