/**
 * Simulates a coin flip with a given percentage to win
 * @param percentToWinCoinFlip - Number between 0 and 1 representing the percentage to win the coin flip
 * @returns boolean - True if the coin flip was won, false otherwise
 */
export declare const didWinCoinFlip: (percentToWinCoinFlip: number) => boolean;
//# sourceMappingURL=coinFlip.d.ts.map