export function can(action, resource, actor) { void action; void resource; return Boolean(actor?.uid); }