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