/** * Abstracts the fetching of the application's arguments. This is most useful for testing, * but could also be used if trying to host Alterior in a strange environment. */ export declare class ApplicationArgs { get(): string[]; } //# sourceMappingURL=args.d.ts.map