export declare const DATA_SCOPE_RESOURCE: {
    readonly WILDCARD: "*";
    readonly USER: "user";
    readonly DEPARTMENT: "department";
    readonly POSITION: "position";
    readonly ORGANIZATION: "organization";
    readonly REGION: "region";
    readonly ROLE: "role";
    readonly PERMISSION: "permission";
    readonly PURCHASE_ORDER: "purchase_order";
    readonly EXPENSE_REQUEST: "expense_request";
    readonly CONTRACT_REQUEST: "contract_request";
    readonly APPROVAL: "approval";
    readonly FORM_TEMPLATE: "form_template";
    readonly FORM_INSTANCE: "form_instance";
    readonly MEETING: "meeting";
    readonly ATTENDANCE: "attendance";
    readonly PART: "part";
    readonly TICKET: "ticket";
    readonly KNOWLEDGE_ARTICLE: "knowledge_article";
    readonly PERFORMANCE_CYCLE: "performance_cycle";
    readonly ROBOT_UNIT: "robot_unit";
    readonly DELEGATION: "delegation";
    readonly ACCESS_REVIEW: "access_review";
    readonly AI_TOOL: "ai_tool";
    readonly AUDIT: "audit";
    readonly AUTOMATION: "automation";
    readonly DEVTRACKER: "devtracker";
    readonly FEEDBACK: "feedback";
    readonly FORM: "form";
    readonly HR: "hr";
    readonly LOG: "log";
    readonly MEETING_ATTENDANCE: "meeting_attendance";
    readonly NOTIFICATION: "notification";
    readonly PERFORMANCE: "performance";
    readonly SYSTEM: "system";
    readonly WORKFLOW: "workflow";
    readonly WORK_RECORD: "work_record";
};
export declare const LEGACY_DATA_SCOPE_RESOURCES: ReadonlySet<string>;
export type DataScopeResource = (typeof DATA_SCOPE_RESOURCE)[keyof typeof DATA_SCOPE_RESOURCE];
export declare const KNOWN_DATA_SCOPE_RESOURCES: Set<string>;
