export declare class Arguments { private readonly _args; constructor(...args: Args); get args(): Args; }