import { GameVaultSDK } from "./client.js"; import type { Store } from "../types.js"; export declare class StoreService extends GameVaultSDK { get(id: string): Promise; getBySlug(slug: string): Promise; } //# sourceMappingURL=store.d.ts.map