import { Repeat } from "../patterns/Repeat";
export declare function generateExpression(flagNames: string[]): Repeat;
