import { LegacyElvisApiWrapper, LegacyElvisContextWrapper } from ".."; /** * @deprecated Do not use this class for new plugins! * @description This wrapper can be used to imitate the old elvisContext object and is intended to ease the transition to the new plugin context object. */ export declare function legacyElvisContext(): Promise; /** * @deprecated Do not use this class for new integrations/plugins! * @description This wrapper can be used to imitate the old ElvisAPI object and is intended to ease the transition to the new AssetsApiClient object. */ export declare function legacyElvisAPI(): Promise;