import { type Record, type Factory, type ObjectShape, type Diagnostics } from '@servicenow/sdk-build-core'; export declare function buildVariableRecords(options: { factory: Factory; diagnostics: Diagnostics; variablesConfig: ObjectShape; parent: Record; parentArg?: ObjectShape; }): Promise;