import { ServicePluginDefinition } from '@wix/sdk-types'; export declare function createServicePluginModule>(servicePluginDefinition: T): import("@wix/sdk-types").BuildServicePluginDefinition & T;