export declare class ShellService {
    private home;
    constructor(home: string);
    find(fileName: string): string[];
}
//# sourceMappingURL=shell.service.d.ts.map