import type { ESTree } from "meriyah";
export type VirtualVariableLocation = ESTree.SourceLocation | null | undefined;
export declare class VirtualVariableIdentifier {
    #private;
    static generate(name: string, location?: VirtualVariableLocation): string;
    static getLocation(virtualId: string): VirtualVariableLocation;
    static reset(): void;
}
//# sourceMappingURL=VirtualVariableIdentifier.d.ts.map