import { Plugin, Compiler } from "webpack"; export declare function rewordCompileError(message: string, file: string): string; export declare function trimDirWalking(path: string): string; export declare class FramerSourceMapPlugin implements Plugin { apply(compiler: Compiler): void; }