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