/// export declare const ServerPortal: (props: { id: string; encrypt: boolean; cipher: string; data: string; }) => JSX.Element; export declare const makeCipher: (cipher: string, data: string) => string;