import { LineaCommit, LineaRollup } from './LineaRollup.js';
import { GatewayV1 } from '../gateway.js';
import { GatewayRequestV1 } from '../v1.js';
export declare class LineaGatewayV1 extends GatewayV1<LineaRollup> {
    handleRequest(commit: LineaCommit, request: GatewayRequestV1): Promise<any>;
}
//# sourceMappingURL=LineaGatewayV1.d.ts.map