export type Authorization = {
    actor: string;
    permission: string;
};
//# sourceMappingURL=Authorization.d.ts.map