export function changeContextType(state: string | undefined, action: any): any;
export function changeContextId(state: string | undefined, action: any): any;
export function changeSearchString(state: string | undefined, action: any): any;
export function changeSortBy(state: {
    order: string;
    sort: string;
} | undefined, action: any): any;
