import { SorterServiceInterface } from './sorter-service.interface'; import * as i0 from "@angular/core"; export declare class SorterService implements SorterServiceInterface { sortBy(objects: Array, key: string): Array; sortByDesc(objects: T[], key: string): T[]; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDeclaration>; } //# sourceMappingURL=sorter.service.d.ts.map