import { FabrixApp } from '@fabrix/fabrix'; export declare const Permissions: { configure: (app: FabrixApp) => Promise; init: (app: any) => Promise; copyDefaults: (app: any) => Promise<{}>; };