import { ValidationError } from '../../../types'; import { Modules, Remotes } from '../../../schema/manifest'; export declare const validateMigrationDataResidencyModule: (modules: Modules, remotes: Remotes | undefined, yamlContentByLine?: string[]) => ValidationError[]; //# sourceMappingURL=index.d.ts.map