import { Command } from "commander"; export declare function parseBlueprint(data: any): any; export declare function registerBlueprintsCommand(migrationsList: any[]): Command; //# sourceMappingURL=register-blueprint-command.d.ts.map