type Permissions = {
    all?: {
        all?: unknown;
    };
};
export default Permissions;
//# sourceMappingURL=permissions.d.ts.map