import { Action } from 'stream-executor'; import { Context } from './context.type'; export declare type FirestoreAction = Action, Context>;