import { Uint256String, Uint8String } from '../int'; export declare function mostSignificantBit(value: Uint256String): Uint8String; export declare function leastSignificantBit(value: Uint256String): Uint8String;