import { PipeTransform } from '@angular/core'; import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model'; import * as i0 from "@angular/core"; export declare class FormatWorksearchPipe implements PipeTransform { private properCase; transform(record: WorkSearchRecordModel): string; getDesc(value: string): any; getActivityDesc(value: string): any; getUnionDesc(value: string): "contacted" | "did not contacted"; getEmploymentServiceDesc(value: string): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } //# sourceMappingURL=format-worksearch.pipe.d.ts.map