export interface SorterDefinition {
    name: string;
    code: string;
}
//# sourceMappingURL=SorterDefinition.d.ts.map