/// import { AccountInfo, PublicKey } from '@solana/web3.js'; import { Schema } from 'borsh'; import { ProgramAccount } from '../tools/sdk/runtime'; export declare function BorshAccountParser(classFactory: any, getSchema: (accountType: number) => Schema): (pubKey: PublicKey, info: AccountInfo) => ProgramAccount; //# sourceMappingURL=serialisation.d.ts.map