declare function _exports(config: any): { apply: (profile: any, options?: {}) => Promise<{ original: any; updated: any; }>; list: (options?: {}) => Promise; }; export = _exports; //# sourceMappingURL=index.d.ts.map