import { Coordinates } from '@gamepark/rules-api'; import { ListLocator } from './ListLocator'; /** * This Locator places items to form a deck of cards. A specific use-case for the {@link ListLocator}. */ export declare class DeckLocator

extends ListLocator { constructor(clone?: Partial); limit?: number | undefined; gap: Partial; }