export declare const stringToBytes: (inputString: string, numBytes: number) => any;
export declare const stringToBytes8: (input: string) => any;
export declare const stringToBytes32: (input: string) => any;
