/**
 * Copyright © 2023 Nevis Security AG. All rights reserved.
 */
/**
 * The content type of the {@link OutOfBandPayload}.
 */
export declare enum ContentType {
    /**
     * JSON content type.
     */
    json = "application/json",
    /**
     * JOSE content type.
     */
    jose = "application/jose"
}
//# sourceMappingURL=ContentType.d.ts.map