export declare type UserSite = { lat: number; lon: number; score?: number; label?: string; deltas?: { [variable: string]: number; }; }; declare const _default: (state: any, action: any) => any; export default _default; export declare const lastRun: (state: null | undefined, action: any) => any; export declare const activeStep: (state: string | undefined, action: any) => any; export declare const reportIsFetching: (state: boolean | undefined, action: any) => boolean; //# sourceMappingURL=runConfiguration.d.ts.map