import type { AuthenticationType } from './authenticationType'; /** * The authentication scheme for the URL that will be fetched. */ export declare type PostURLJobAuth = { type: AuthenticationType; /** * The login to use for Basic Auth. */ login: string; /** * The password to use for Basic Auth. */ password: string; }; //# sourceMappingURL=postURLJobAuth.d.ts.map