export declare const PLUGIN_API_ID: unique symbol; declare const _default: (options: any) => { name: string; setup: (api: any) => Promise; }; export default _default;