declare const _default: () => { pluginName: string; validate: () => Promise; build: (ctx: import("@embeddable.com/sdk-core").ResolvedEmbeddableConfig) => Promise; buildPackage: (ctx: import("@embeddable.com/sdk-core").ResolvedEmbeddableConfig) => Promise; cleanup: (ctx: import("@embeddable.com/sdk-core").ResolvedEmbeddableConfig) => Promise; }; export default _default;