export default class Bootstrap { /** @param {string} location @param {object} config */ static cache(location: string, config: object): any; }