export declare const doesComponentExist: (componentName: string) => Promise<boolean>;
export declare const ensureComponentsDirectory: () => Promise<void>;
