import { AppOptions } from './model'; /** * Process and validate raw user arguments */ export declare function getOptions(rawOptions: any): Promise;