import { ProjectUIDL, ComponentUIDL, UIDLStaticValue, UIDLStyleSetTokenReference } from '@teleporthq/teleport-types'; export declare const checkForDuplicateDefinitions: (input: ComponentUIDL) => void; export declare const checkForLocalVariables: (input: ComponentUIDL) => string[]; export declare const checkDynamicDefinitions: (input: Record) => string[]; export declare const checkRouteDefinition: (input: ProjectUIDL) => string[]; export declare const checkComponentExistenceAndReferences: (input: ProjectUIDL) => string[]; export declare const checkComponentNaming: (input: ProjectUIDL) => string[]; export declare const checkProjectStyleSet: (input: ProjectUIDL) => string[]; export declare const checStylekContentForErrors: (content: Record) => string[]; export declare const checkRootComponent: (input: ProjectUIDL) => string[]; export declare const formatErrors: (errors: Array<{ kind: string; at: string; message: string; }>) => string; export declare const validateNulls: (uidl: Record) => any; //# sourceMappingURL=utils.d.ts.map