/**
 * For a variance swap specifies how PaymentStreamLinkStrikePrice(42673) is expressed.
 * - Tag: 42674
 * - FIX Specification type: int
 * - Mapped type: number
 * @readonly
 * @public
 */
export declare const PaymentStreamLinkStrikePriceType: Readonly<{
    /** Volatility */
    readonly Volatility: 0;
    /** Variance */
    readonly Variance: 1;
}>;
export type PaymentStreamLinkStrikePriceType = (typeof PaymentStreamLinkStrikePriceType)[keyof typeof PaymentStreamLinkStrikePriceType];
