declare const buttonPermission: { check(buttonOpt: any): Promise; filterPermission(buttonOptList: any): any; }; export default buttonPermission;