import { State } from './types'; export declare const initialState: (cwd: string, rc: unknown) => State;