import * as jsep from 'jsep';
import { IPlugin } from 'jsep';
export const name: string;
export function init(this: typeof jsep): void;

declare const _export: IPlugin;
export default _export;
