type FieldOptions = {
    variableName: string;
};
/**
 * Returns JS fragment for defining the object variables
 */
export declare function defineObjectVariables({ variableName }: FieldOptions): string;
export {};
