export declare enum AuthPermission { ALL = "ALL", READ = "READ", LIST = "LIST", WRITE = "WRITE" }