/** * checkFeature() * Check whether the permission of the feature is approved * @param {string} feature [name of feature] * @return {boolean} */ export default function checkFeature(feature: string): boolean;