/** * This code was generated by a tool. * * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. */ import * as model from './interfaces'; /** * Returns a boolean value indicating if the element is a built in primitive boolean. */ export declare function isPrimitiveBoolean(element: model.Element | null): boolean; /** * Returns a boolean value indicating if the element is a built in primitive integer. */ export declare function isPrimitiveInteger(element: model.Element | null): boolean; /** * Returns a boolean value indicating if the element is a built in primitive real. */ export declare function isPrimitiveReal(element: model.Element | null): boolean; /** * Returns a boolean value indicating if the element is a built in primitive string. */ export declare function isPrimitiveString(element: model.Element | null): boolean; /** * Returns a boolean value indicating if the element is a built in primitive object. */ export declare function isPrimitiveObject(element: model.Element | null): boolean;