export type ConfigLocation = 'project' | 'global';
interface LocationStepProps {
    onComplete: (location: ConfigLocation) => void;
    onBack?: () => void;
    projectDir: string;
    configFileName?: string;
}
export declare function LocationStep({ onComplete, onBack, projectDir, configFileName, }: LocationStepProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=location-step.d.ts.map