import { Plugin } from 'vue';
import { KorapayInitConfig } from '../../types.ts';
export declare const KORAPAY_CONTEXT_KEY: unique symbol;
export declare function initKorapay(config: KorapayInitConfig): Promise<Plugin<[]>>;
//# sourceMappingURL=index.d.ts.map