import { Action, Connection } from "../index";
export declare class SendFile extends Action {
    constructor();
    run(data: {
        connection: Connection;
        toRender: boolean;
    }): Promise<void>;
}
