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