import type { VariableAlias } from '../../models'; /** * Determine if the value is of type {@link VariableAlias} * @param value */ export declare const isVariableAlias: (value: any) => value is VariableAlias; //# sourceMappingURL=is-variable-alias.helper.d.ts.map