export declare function getAllPerms({ userId }: { userId: any; }): Promise; export declare function getAllFieldsPerms({ userId }: { userId: any; }): Promise;