/** * Extracts and wipes the cache * @returns {String} */ export declare let extractCss: () => any; /** * Updates the target and keeps a local cache * @param {String} css * @param {Object} sheet * @param {Boolean} append */ export declare let update: (css: any, sheet: any) => any;