import { Operation, TOperationName } from '../core'; import { ThenWorkflowMapper } from '../mappers'; import { TBaseFetchPostParams, TFetchPostParams, TFetchPostResult } from '../types'; export declare class FetchPost extends Operation { readonly operationName: TOperationName; protected readonly mapper: FetchPostMapper; execute(params: TFetchPostParams): Promise; } export declare class FetchPostMapper extends ThenWorkflowMapper { constructor(); } //# sourceMappingURL=fetch-post.d.ts.map