import { ScalarType } from '../type';
export declare const pInt: (val: ScalarType | null) => number;
export declare const op: (val: ScalarType | null, fn: (arg: number) => number) => string | null;
