import { TestProcessorServer } from './test-processor-server.js'; import { Data_SolInstructionSchema, type ProcessBindingResponse } from '@sentio/protos'; import { type MessageInitShape } from '@bufbuild/protobuf'; export declare class SolanaFacet { server: TestProcessorServer; constructor(server: TestProcessorServer); testInstructions(instructions: MessageInitShape[]): Promise; } //# sourceMappingURL=solana-facet.d.ts.map