import { Model } from '../model'; export declare type AxiomResponse = Model & { axiomId: string; opcode?: string; identifier?: string; type?: string; payload?: AxiomResponsePayload; }; export declare type AxiomResponsePayload = Model & { proof: string; witness?: { [key: string]: any; }; }; //# sourceMappingURL=axiom.d.ts.map