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