import { GetPhotosDetailsProps } from 'actions/photos';
import { IConfigParams } from 'standalone';
export declare const getObservablePhotosDetails: ({ config, payload, }: GetPhotosDetailsProps & IConfigParams) => import("rxjs/internal/Observable").Observable<Error | import("../../types").NPhotos.IPhoto>;
