export declare function createTag(code: string, id: string): {
    map: any;
    code: any;
} | null;
