import { AttributeType } from '../interfaces'; export declare function simpleId(id: string): undefined | AttributeType; export declare function isBuiltInSchema(id: string): boolean; export declare function builtInSchema(id: string): undefined | Record;