blob: 3d92f37436306661f0e3fd8e3716d576ab8569c5 (
plain) (
tree)
|
|
import type { ScalarTag } from '../types.js';
export declare const intBin: ScalarTag;
export declare const intOct: ScalarTag;
export declare const int: ScalarTag;
export declare const intHex: ScalarTag;
|