export { BytesInput } from './get-bytes'; /** * Convert the input to a Uint8Array. * * @param input the input to convert */ export declare const getBytes: (input: import("./get-bytes").BytesInput) => Uint8Array;