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