/**
 * Encode the values with the provided types.
 */
export declare const encode: (types: string[], values: unknown[]) => Uint8Array;
