export declare function encode({ str, encoding }: {
    str: string;
    encoding: "base64";
}): string;
