import type { WebConfigProps } from '@baseplate-dev/project-builder-lib'; import type React from 'react'; import '#src/styles.css'; export declare function PgBossDefinitionEditor({ definition: pluginMetadata, metadata, onSave, }: WebConfigProps): React.JSX.Element; //# sourceMappingURL=pg-boss-definition-editor.d.ts.map