import type { FileChange } from './types';
export declare function checkForPlatformFailure(err: Error): Error | null;
export declare function handleCommitError(err: Error, branchName: string, files?: FileChange[]): null;
export declare function bulkChangesDisallowed(err: Error): boolean;
