import { InitPermission } from '../../types';
export declare const initPermission: (params: InitPermission) => Promise<void>;
