import { PluginVersion } from '@steamship/client'; import { CreateObjParams, GetObjParams } from '../helpers/get-obj.js'; export declare function getPluginVersion(params: GetObjParams): Promise; export declare function createPluginVersion(params: CreateObjParams): Promise;