import type { LibDefinition } from '../variable';
export declare const lib: ReadonlyMap<string, LibDefinition>;
