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