export interface IDeploymentRepository { getLicenseKeyWithId(id: number): Promise; getSignatureToken(id: number): Promise; }