export interface Operation { roles: string[]; operation: string; params: string[]; } export declare const operations: Operation[];