export declare const getArg: (arg: string, prefix?: string, baseArgs?: string[]) => string | undefined; export declare const hasArg: (arg: string, prefix?: string, baseArgs?: string[]) => boolean; export declare const getPaths: (prefix?: string, baseArgs?: string[]) => string[] | undefined; export declare const argToArray: (arg: string, prefix?: string, baseArgs?: string[]) => string[] | undefined; export declare const hasOnly: boolean;