declare const fileArg: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
declare const otherFileArg: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
declare const overlayFileArg: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
export { fileArg, otherFileArg, overlayFileArg };
