export declare const warn: (...data: any[]) => void;
export declare const OUT_OF_SCOPE = "method can only be used inside setup() or functional components";
