import { EncryptContainer } from "../../shared"; export declare const useAutoSelectEncrypt: (token: string, mode: string) => EncryptContainer;