import { TriggerGroup } from '../definitions';
export declare const apply_grouping: (line_contents: string[], groups: TriggerGroup[]) => string[];
