export declare function getArg(name: string, options?: { default?: string; }): string | boolean | undefined;