import { Hand, Shoe } from "cardation";
declare class RecycleShoe extends Shoe {
    collect(hand: Hand, shouldShuffle?: boolean): void;
}
export default RecycleShoe;
