import type { VM } from '../framework/vm'; export declare function getComponentTag(vm: VM): string; export declare function getComponentStack(vm: VM): string; export declare function getErrorComponentStack(vm: VM): string; //# sourceMappingURL=format.d.ts.map