export declare const SELECT_SPECIES = "SELECT_SPECIES"; export declare const RECEIVE_AVAILABLE_SPECIES = "RECEIVE_AVAILABLE_SPECIES"; export declare const receiveAvailableSpecies: (species: string) => { type: string; species: string; }; export declare const selectSpecies: (species: string) => { type: string; species: string; }; //# sourceMappingURL=species.d.ts.map