import { ConfigPlugin } from '../Plugin.types'; import { InfoPlist } from './IosConfig.types'; export declare function applyPermissions = Record>(defaults: Defaults, permissions: Partial>, infoPlist: InfoPlist): InfoPlist; /** * Helper method for creating mods to apply default permissions. * * @param action */ export declare function createPermissionsPlugin = Record>(defaults: Defaults, name?: string): ConfigPlugin>;