export declare function bindCoreModules({ bind }: {
    bind: any;
}): void;
export default bindCoreModules;
