export declare const actionSuccess: (type: string) => string; export declare const actionFail: (type: string) => string;