export declare const getElements: (lines: any[], extra?: string | undefined) => { toPrepare: string[]; toDone: string[]; allDone: string[]; toConfirm: string[]; }; export declare const shoudShowDeliverButton: (toDone: string[]) => boolean; export declare const showDeliveredButton: (allDone: string[], toDone: string[]) => boolean; export declare const getBackgroundColor: (allDone: string[], toDone: string[], toConfirm: string[], toPrepare: string[]) => string; export declare function groupLines(array: any[]): any[]; //# sourceMappingURL=helperFunctions.d.ts.map