export declare const createZPM: ({ name, version }: Record) => Promise; export declare const createMigration: ({ packageName }: Record) => Promise;