/** * The base defaults which should be fed into any factory that needs to derive other props. */ export declare const BASE_DEFAULT_STATE_SLICE: { data: null; error: null; loading: boolean; promise: null; };