export declare function vibeCheck(): string; export declare function writeRecoverySecretToICloud(props: { containerId: string; appId: string; userId: string; }): Promise<{ recoverySecret: string; iCloudRecordName: string; }>; export declare function readRecoverySecretFromICloud(props: { containerId: string; recordName: string; }): Promise<{ recoverySecret: string; }>;