import { Builtin, BuiltinType } from './types';
export declare class BuiltinBase implements Builtin {
    readonly types: Set<BuiltinType>;
}
