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