import { type Identity } from '@byted-apaas/cli-core-sdk'; import { type ComponentType } from './types'; declare function getComponentType(namespace: string, options: { cwd: string; identity: Identity; }): Promise; export default getComponentType;