export declare class Testing123 { #private; readonly and: number; static staticProperty: string; static staticFunction: () => string | null; constructor(and: number); get something(): number; doAsync(): Promise; setSomething: (something: number) => number; toString(): string; }