/** * [[include:chai-solana/README.md]] * @module */ /// import "./types.js"; export * from "./debugAccountOwners.js"; export * from "./expectTXTable.js"; export * from "./printInstructionLogs.js"; export * from "./utils.js"; export declare const chaiSolana: Chai.ChaiPlugin; //# sourceMappingURL=index.d.ts.map