declare const endPointMap: {
    token: string;
    certs: string;
    'openid-configuration': string;
    authorize: string;
    profile: string;
    message: string;
    friendship: string;
    shareTargetPicker: string;
    shareTargetPickerOtt: string;
    shareTargetPickerResult: string;
    apps: string;
    subWindowGetMSIT: string;
    subWindowGetMSTByMSIT: string;
    subWindowSubscribe: string;
    subWindowPost: string;
    subWindowGetAppData: string;
    subWindowGetOrigin(liffId: string): string;
    accessTokenVerify: string;
    unauthorizedPermissions: string;
    permanentLink: string;
    createShortcutOnHomeScreen: string;
    iapVirtualConfirm: string;
};
type EndPointMap = typeof endPointMap;
export declare function getEndPoint<K extends keyof EndPointMap>(key: K): EndPointMap[K];
export {};
