import { HyCustomJSAPI, GetGeneralAppInfo } from '@hylid/types'; export declare const bySpecificClient: (map: Record, defaultValue: T) => (clientName: string) => T; export declare const getCallAppLink: HyCustomJSAPI['getCallAppLink']; export declare const getCallAppLinkCreator: (clientName: string) => (params: import("@hylid/types/lib/custom/appLink").AppLinkParams) => string; export declare const getAppScanLink: HyCustomJSAPI['getAppScanLink']; export declare const getAppScanLinkCreator: (clientName: string) => (params: import("@hylid/types/lib/custom/appLink").AppLinkParams) => string; export declare const getGeneralAppInfo: GetGeneralAppInfo; export declare const getGeneralAppInfoCreator: (clientName: string) => GetGeneralAppInfo;