// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT import {model} from '../models'; export function DeleteParticipat(arg1:model.Participant):Promise; export function FillRandom(arg1:model.Tournament):Promise; export function GetGames():Promise>; export function GetParticipants():Promise>; export function GetTournament(arg1:number):Promise; export function GetTournaments():Promise>; export function RemoveParticipantFromTournament(arg1:model.Participant,arg2:model.Tournament):Promise; export function SaveParticipant(arg1:model.Participant):Promise; export function SaveTournament(arg1:model.Tournament):Promise;