export declare const syntax: {
    [k: string]: {
        path: string;
        content: string;
    }[];
};
