import { type Identity } from '@byted-apaas/cli-core-sdk'; export declare const checkAvaliable: (cwd: string, identity: Identity, namespace: string) => Promise;