Do not edit this file. It is a report generated by API Extractor.
// Warning: (ae-forgotten-export) The symbol "Lib1ForgottenExport" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export class Lib1Class extends Lib1ForgottenExport {
// (undocumented)
readonly readonlyProperty: string;
// (undocumented)
writeableProperty: string;
}
// @public (undocumented)
export type Lib1GenericType<T1, T2> = {
one: T1;
two: T2;
};
// @alpha (undocumented)
export interface Lib1Interface {
}
// @public (undocumented)
export namespace Lib1Namespace {
// (undocumented)
export namespace Inner {
// (undocumented)
export class X {
}
}
// (undocumented)
export class Y {
}
}