import { BufferBaseAction } from '../buffer-base.action.js';
import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base';
/**
 * Searches historical posts in Buffer using the GraphQL posts query with
 * server-side date/channel/status filters. Text and hashtag filtering is
 * applied client-side since the API doesn't support full-text search.
 */
export declare class BufferSearchPostsAction extends BufferBaseAction {
    protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>;
    get Params(): ActionParam[];
    get Description(): string;
}
//# sourceMappingURL=search-posts.action.d.ts.map