import { Path, PathRequest, RepositoryRequest } from '@witty-services/ngx-repository'; import { FirebaseOperation } from './firebase.operation'; export declare class FirebaseRepositoryRequest implements RepositoryRequest, PathRequest { readonly operation: FirebaseOperation; readonly path: Path; readonly body: any; constructor(operation: FirebaseOperation, path: Path, body: any); getPath(): Path; } //# sourceMappingURL=firebase-repository.request.d.ts.map