export declare const addHexPrefix: (str: string) => string; export declare const stripHexPrefix: (str: string) => string;