export type TagVarIdNum = {
    tagJsVar: number;
};
export declare function getTagJsVar(attrPart: string | TagVarIdNum | null | undefined): number;
