declare const ACTIONS: string[]; export declare type ActionType = (typeof ACTIONS)[number]; declare const APIS: Record any>; export default APIS;