import type { ComputedRef } from "vue";
import type { EncryptConfig } from "../../../shared/index.js";
export declare const useEncryptConfig: () => ComputedRef<EncryptConfig>;
