import { WinAmountDetermining } from "pokie";
export declare class NoWinAmount implements WinAmountDetermining {
    getWinAmount(): number;
}
