declare const reservedContractKeysList: readonly ["embedded", "initialized", "terminated", "checkpoint"]; declare const processorManagedChannelBlueIdsList: readonly ["6H1iGrDAcqtFE1qv3iyMTj79jCZsMUMxsNUzqYSJNbyR", "C77W4kVGcxL7Mkx9WL9QESPEFFL2GzWAe647s1Efprt", "H2aCCTUcLMTJozWkn7HPUjyFBFxamraw1q8DyWk87zxr", "Fjbu3QpnUaTruDTcTidETCX2N5STyv7KYxT42PCzGHxm"]; export type ReservedContractKey = (typeof reservedContractKeysList)[number]; export type ProcessorManagedChannelBlueId = (typeof processorManagedChannelBlueIdsList)[number]; export declare const KEY_EMBEDDED: ReservedContractKey; export declare const KEY_INITIALIZED: ReservedContractKey; export declare const KEY_TERMINATED: ReservedContractKey; export declare const KEY_CHECKPOINT: ReservedContractKey; export declare const RESERVED_CONTRACT_KEYS: ReadonlySet; export declare const PROCESSOR_MANAGED_CHANNEL_BLUE_IDS: ReadonlySet; export declare function isReservedContractKey(key: string | undefined | null): key is ReservedContractKey; export declare function isProcessorManagedChannelBlueId(blueId: string | undefined | null): blueId is ProcessorManagedChannelBlueId; export declare const ProcessorContractConstants: { readonly KEY_EMBEDDED: "embedded"; readonly KEY_INITIALIZED: "initialized"; readonly KEY_TERMINATED: "terminated"; readonly KEY_CHECKPOINT: "checkpoint"; readonly RESERVED_CONTRACT_KEYS: ReadonlySet<"embedded" | "initialized" | "terminated" | "checkpoint">; readonly PROCESSOR_MANAGED_CHANNEL_BLUE_IDS: ReadonlySet<"6H1iGrDAcqtFE1qv3iyMTj79jCZsMUMxsNUzqYSJNbyR" | "Fjbu3QpnUaTruDTcTidETCX2N5STyv7KYxT42PCzGHxm" | "H2aCCTUcLMTJozWkn7HPUjyFBFxamraw1q8DyWk87zxr" | "C77W4kVGcxL7Mkx9WL9QESPEFFL2GzWAe647s1Efprt">; readonly isReservedContractKey: typeof isReservedContractKey; readonly isProcessorManagedChannelBlueId: typeof isProcessorManagedChannelBlueId; }; export {}; //# sourceMappingURL=processor-contract-constants.d.ts.map