export interface BespokeStateOption { history?: boolean; } declare const bespokeState: (opts?: BespokeStateOption) => (deck: any) => void; export default bespokeState;