export declare const setNamespace: (namespace: string) => (type: string, payload?: any) => string | {
    payload: any;
    type: string;
};
