export declare const PROJECT_ID: string | undefined; export declare const PROJECT_IDS_MAPPINGS: { [c: string]: string; }; export declare const SECRETS: { MNEMONIC: string; GETSTREAM_SECRET: string; TWITTER_CLIENT_ID: string; TWITTER_CLIENT_SECRET: string; TELEGRAM_BOT_SECRET: string; DISCORD_CLIENT_ID: string; DISCORD_CLIENT_SECRET: string; JWT_SIGNATURE: string; ADMIN_AUTH_PASSWORD: string; TYPESENSE_MULTISEARCH_URL: string; }; export declare const accessSecret: (name: string) => Promise;