import { type NewSchemify } from '@schemifyjs/types';
export declare function runNewCommand(newSchemify: NewSchemify): Promise<void>;
