export declare const VERIFICATION_KEYS: { staging: { publicKey: string; }; development: { publicKey: string; secretKey: string; }; production: { publicKey: string; }; test: { publicKey: string; secretKey: string; }; };