declare const rawArguments: string[];
export default rawArguments;
export declare const set: Set<string>;
export declare type RawArguments = typeof rawArguments;
export declare type RawArgument = string;
