export interface ILdProofVerificationOptions {
    /** Node to be used. */
    node?: string;
    /** Strict mode. */
    strict?: boolean;
}
