export type Options = {
    isBase64?: boolean;
    useCache?: boolean;
    keystoreDir?: string;
};
