export interface DashboardAdminLookupDeps { getDashboardAdminOpenIds?: (larkAppId: string) => ReadonlyArray | undefined; /** Legacy test seam retained while callers migrate from first-owner checks. */ getOwnerOpenId?: (larkAppId: string) => string | undefined; } export declare function resolveDashboardAdminOpenIds(larkAppId: string, deps?: DashboardAdminLookupDeps): string[]; export declare function isDashboardAdmin(larkAppId: string, openId: string | undefined, deps?: DashboardAdminLookupDeps): openId is string; //# sourceMappingURL=dashboard-admins.d.ts.map