// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT import {models} from '../models'; import {imports} from '../models'; export function ConnectDatabase(arg1:string):Promise; export function CreateCustomer(arg1:string,arg2:string,arg3:string,arg4:string):Promise; export function DeleteCustomer(arg1:number):Promise; export function EnsureSchema():Promise; export function GetCustomer(arg1:number):Promise; export function GetCustomers():Promise>; export function GetImporters():Promise>; export function GetStatus():Promise; export function Greet(arg1:string):Promise; export function InitEncryption(arg1:string):Promise; export function UpdateCustomer(arg1:number,arg2:string,arg3:string,arg4:string,arg5:string):Promise;