import type { MigrationProjectState } from './migration-types.js'; export declare function normalizeImportPath(relativePath: string, stripExtension?: boolean): string; export declare function getGeneratedDir(block: MigrationProjectState['blocks'][number], state: MigrationProjectState): string;