export declare function install(): void; export declare type Foo2 = {}; export interface Image { getWidth(): number; getHeight(): number; } export declare function makeImage(): Image; //# sourceMappingURL=index.d.ts.map