import 'array-flat-polyfill';
export declare const combinePerms: (...permissions: string[] | string[][]) => string[];
