export declare const basicSearch: import("@ngrx/store").ActionCreator<"[Search] Add Basic Search", (props: { basicCriteria: string; }) => { basicCriteria: string; } & import("@ngrx/store/src/models").TypedAction<"[Search] Add Basic Search">>; export declare const branches: import("@ngrx/store").ActionCreator<"[Search] Add Branches", (props: { branches: any[]; }) => { branches: any[]; } & import("@ngrx/store/src/models").TypedAction<"[Search] Add Branches">>; export declare const locationsFrom: import("@ngrx/store").ActionCreator<"[Search] Add Locations From", (props: { locationsFrom: any[]; }) => { locationsFrom: any[]; } & import("@ngrx/store/src/models").TypedAction<"[Search] Add Locations From">>; export declare const locationsTo: import("@ngrx/store").ActionCreator<"[Search] Add Locations To", (props: { locationsTo: any[]; }) => { locationsTo: any[]; } & import("@ngrx/store/src/models").TypedAction<"[Search] Add Locations To">>; export declare const customers: import("@ngrx/store").ActionCreator<"[Search] Add Customers", (props: { customers: any[]; }) => { customers: any[]; } & import("@ngrx/store/src/models").TypedAction<"[Search] Add Customers">>; export declare const suppliers: import("@ngrx/store").ActionCreator<"[Search] Add Suppliers", (props: { suppliers: any[]; }) => { suppliers: any[]; } & import("@ngrx/store/src/models").TypedAction<"[Search] Add Suppliers">>; export declare const resetState: import("@ngrx/store").ActionCreator<"[Search] Reset State", () => import("@ngrx/store/src/models").TypedAction<"[Search] Reset State">>;