/**
 * Extracts the provider ID from a condition ID string.
 * The provider ID is encoded in characters 2-4 of the condition ID.
 * */
export declare const getProviderFromId: (id: string) => number;
