/** Response for attestation creation */
export interface CreateAttestationResponse {
    /** Attestation id. */
    attestationId: string;
    /** Link to iframable attestation */
    attestationLink: string;
}
//# sourceMappingURL=CreateAttestationResponse.d.ts.map