import { Options } from './types'; export declare const getOptions: (args: string[]) => Options;