import { SDKVariable } from '@devcycle/types';
import { ProtobufTypes } from '@devcycle/bucketing-assembly-script';
export declare function pbSDKVariableTransform(variable: ProtobufTypes.SDKVariable_PB): SDKVariable;
