export declare const arg: { $grammar: { "arg:plain": { arg: string; }[]; "arg:implicit": (string | { arg: string; })[]; }; }; export declare const args: { $grammar: { "args:args": ({ entries: { $ap: string[]; }; last_entry?: undefined; $ap?: undefined; } | { last_entry: string; entries?: undefined; $ap?: undefined; } | { $ap: string[]; entries?: undefined; last_entry?: undefined; })[]; }; }; //# sourceMappingURL=arg.d.ts.map