import { Resource } from "@blizzard-api/core";

//#region src/account/index.d.ts
/**
 * Returns the player information for the specified account ID.
 * @param accountId The account ID
 * @returns The player resource. See {@link Resource}.
 */
declare function player(accountId: string): Resource<Array<unknown>>;
//#endregion
export { player };
//# sourceMappingURL=index.d.ts.map