declare function _default(): {
    configure: typeof configure;
};
export default _default;
import configure from "./configure.js";
