import { HootSuiteBaseAction } from '../hootsuite-base.action';
import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base';
/**
 * Action to bulk schedule multiple posts in HootSuite
 */
export declare class HootSuiteBulkSchedulePostsAction extends HootSuiteBaseAction {
    /**
     * Bulk schedule posts in HootSuite
     */
    protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>;
    /**
     * Validate bulk post data
     */
    private validateBulkPost;
    /**
     * Define the parameters this action expects
     */
    get Params(): ActionParam[];
    /**
     * Get action description
     */
    get Description(): string;
}
//# sourceMappingURL=bulk-schedule-posts.action.d.ts.map