import { PlatformInfo } from '@skzz/platform/shared/types'; export declare const usePlatformStore: import("pinia").StoreDefinition<"platform", import("pinia")._UnwrapAll; setPlatformInfoByCode: (code?: string) => Promise; getPlatformInfo: () => Promise<{ url: string; code: string; }>; setPlatformInfo: (res: PlatformInfo) => void; }, "platformInfo">>, Pick<{ platformInfo: import("vue").Ref<{ url: string; code: string; }>; setPlatformInfoByCode: (code?: string) => Promise; getPlatformInfo: () => Promise<{ url: string; code: string; }>; setPlatformInfo: (res: PlatformInfo) => void; }, never>, Pick<{ platformInfo: import("vue").Ref<{ url: string; code: string; }>; setPlatformInfoByCode: (code?: string) => Promise; getPlatformInfo: () => Promise<{ url: string; code: string; }>; setPlatformInfo: (res: PlatformInfo) => void; }, "setPlatformInfoByCode" | "getPlatformInfo" | "setPlatformInfo">>;