import type { Argv } from "yargs"; export declare const commonOptions: (yargs: Argv) => Argv<{ o: string | undefined; } & { b: string | undefined; } & { l: string | undefined; } & { f: boolean; } & { g: boolean; } & { backup: boolean; } & { p: string | undefined; } & { file: string | undefined; }>;