declare const mockData: {
    tag_content: string;
    tag_type: string;
    json_paths: string[];
}[];
export default mockData;
