export declare class UnusedService {
    doSomething(): void;
    unusedMethod(): void;
}
//# sourceMappingURL=UnusedService.d.ts.map