import type { InfoFile } from '../../generators/info/support/extract-info.ts';
export declare const prepareSample: (projectFolder: string, files: InfoFile[], { removeBlueprints }?: {
    removeBlueprints?: boolean;
}) => Promise<InfoFile[]>;
