import type { Collection, JSCodeshift } from 'jscodeshift'; export declare const updateDefaultExportMocks: (j: JSCodeshift, source: Collection, filePath: string) => void;