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