/**
 * Specifies the location of the fallback provision documentation.
 * - Tag: 41088
 * - FIX Specification type: int
 * - Mapped type: number
 * @readonly
 * @public
 */
export declare const MarketDisruptionFallbackProvision: Readonly<{
    /** As specified in master agreement */
    readonly MasterAgreement: 0;
    /** As specified in confirmation */
    readonly Confirmation: 1;
}>;
export type MarketDisruptionFallbackProvision = (typeof MarketDisruptionFallbackProvision)[keyof typeof MarketDisruptionFallbackProvision];
