export declare function launchMiniProgramInSlugSdk(appId: string, path: string): void;
export declare function launchMiniProgramInGame({ appId, path, type, isWxMp, }: {
appId?: string | undefined;
path?: string | undefined;
type?: number | undefined;
isWxMp?: boolean | undefined;
}): void;