// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT {{range .Comments}}// {{.}}{{end}} declare module {{.Name}} { {{range .Methods}} {{if .Comments }}{{range .Comments}}// {{ . }}{{end}}{{end}} function {{.Name}}({{.InputsAsTSText}}): Promise<{{.OutputsAsTSText}}>;{{end}} }