export declare function checkPermisionStatus(): Promise; export declare function getContact(): Promise<{ name: string; phoneNumber: string; }>; export declare function getWebHost(env: 'prod' | 'dev'): "https://omnipay-websdk.vercel.app/" | "https://websdk.ompy.ng/"; //# sourceMappingURL=functions.d.ts.map