import type { AtIdentifierString } from '@atproto/syntax'; import type { ActorAccount } from '../../../../account-manager/helpers/account.js'; import type { AppContext } from '../../../../context.js'; export declare const assertRepoAvailability: (ctx: AppContext, handleOrDid: AtIdentifierString, isAdminOrSelf: boolean) => Promise; //# sourceMappingURL=util.d.ts.map