export interface CreateComponentStoriesFileSchema { project: string; componentPath: string; skipFormat?: boolean; }