import { PinusHttp } from "./lib/components/http";
export declare class PinusHttpPlugin {
name: string;
components: (typeof PinusHttp)[];
}
export declare function createPinusHttpPlugin(): any;
export declare const PomeloExports: {
components: string;
events: string;
};