import { Commit } from '../types';
export declare function syncProjectFlow(options: any): Promise<void>;
export declare function promptForAIEnhance(commit: Commit): Promise<boolean>;
export declare function promptForPromptStyle(): Promise<string | null>;
export declare function generateCommitContent(commit: Commit, useAI: boolean, promptId: string | null): Promise<string>;
export declare function handleSocialPublishing(postIds: string[]): Promise<void>;
//# sourceMappingURL=sync-helpers.d.ts.map