import { IDeployConfig } from './IonicCordova';
export declare function isPluginConfig(o: object): o is IDeployConfig;
