import type { OutputCommit } from './types';
export declare const isOutputCommit: (value: any) => value is OutputCommit;
