export declare const ___: () => string; export declare const isCreditVisible: () => boolean; export declare const getKey: () => string; export declare const __: (DOM_scheme: any) => void; export declare function isKeyPaid(key: string): Promise; export declare function validateKey(key: string, forceCredit: boolean): Promise;