import type { Compiler, RspackPluginInstance } from '@rspack/core';
export declare class ReanimatedPlugin implements RspackPluginInstance {
    apply(compiler: Compiler): void;
}
