export declare const usersPolicies: { create: { requireAuthentication: boolean; }; update: { requireAuthentication: boolean; }; delete: { requireAuthentication: boolean; }; };