3 lines
112 B
Plaintext
3 lines
112 B
Plaintext
import type { LibDefinition } from '../variable';
|
|
export declare const lib: ReadonlyMap<string, LibDefinition>;
|