declare function analyze(): {
    name: string;
    renderChunk(source: any, chunk: any): void;
};

export { analyze };
