export declare const check: (res: number) => number;
export declare const add: (value: any) => void;
