export declare const defaultConfig: {
    fileMatch: string[];
    excludeCommitPaths: string[];
};
