import type { IAllowedRelationshipType } from "@gooddata/sdk-model"; /** * When user has view-only permission, restrict semantic search to dashboard→visualization * relationships (no orphans) so results align with what they can access. * @internal */ export declare const ALLOWED_RELATIONSHIP_TYPES_FOR_VIEWER: IAllowedRelationshipType[]; //# sourceMappingURL=allowedRelationshipTypes.d.ts.map