5 lines
71 B
TypeScript
Raw Permalink Normal View History

export declare class Program {
constructor();
start(): void;
}