export declare function analyze(): {
    name: string;
    renderChunk(source: any, chunk: any): void;
};
//# sourceMappingURL=analyze.d.ts.map