import { Nullable } from './'; export declare const b64: { encode: (str: string) => Nullable; decode: (encoded: string) => Nullable; }; export default b64;