declare namespace _default {
    let runtime: string;
    function getBundlerKit({ index, indexedImports, bytes }: {
        index: any;
        indexedImports: any;
        bytes: any;
    }): {
        getFunctor: () => string;
        getCells: () => string;
        getReexportsWiring: () => string;
        getFunctorCall: () => string;
    };
}
export default _default;
//# sourceMappingURL=bundle-json.d.ts.map