export declare const BACKGROUND_TASK_PERMISSIONS_SCHEMA: { readonly prefix: "backgroundTasks"; readonly fullAccess: true; readonly entities: [{ readonly id: "task"; readonly permission: "backgroundTasks.task"; readonly scopes: ["full"]; readonly actions: [{ readonly name: "rwd"; }]; }]; };