export declare const u8: (o: any, fieldName: string | symbol) => void; export declare const ubyte: (o: any, fieldName: string | symbol) => void; export declare const u16: (o: any, fieldName: string | symbol) => void; export declare const ushort: (o: any, fieldName: string | symbol) => void; export declare const u32: (o: any, fieldName: string | symbol) => void; export declare const uint: (o: any, fieldName: string | symbol) => void; export declare const i8: (o: any, fieldName: string | symbol) => void; export declare const byte: (o: any, fieldName: string | symbol) => void; export declare const i16: (o: any, fieldName: string | symbol) => void; export declare const short: (o: any, fieldName: string | symbol) => void; export declare const i32: (o: any, fieldName: string | symbol) => void; export declare const int: (o: any, fieldName: string | symbol) => void; export declare const f: (o: any, fieldName: string | symbol) => void; export declare const d: (o: any, fieldName: string | symbol) => void; export declare const number: (o: any, fieldName: string | symbol) => void; export declare const bool: (o: any, fieldName: string | symbol) => void; export declare const s: (o: any, fieldName: string | symbol) => void; export declare const str: (o: any, fieldName: string | symbol) => void; export declare const o: (o: any, fieldName: string | symbol) => void; export declare const object: (o: any, fieldName: string | symbol) => void; export declare const b: (o: any, fieldName: string | symbol) => void;