export declare class RegistryCredentialDto { registryUrl: string; username: string; password: string; } export declare class CreateRunDto { definitions: string[]; projectPath?: string; registryCredentials?: RegistryCredentialDto[]; }