import { type Input } from './bin'; export type Options = Awaited>; export declare function resolveOptions(input: Input): Promise<{ atlasFile: string; port: any; browserOpen: boolean; }>; //# sourceMappingURL=resolveOptions.d.ts.map