import { AutotaskClient } from './api'; /** * Verifies that the environment variables are present and initializes the client. * @returns The initialized client instance. */ export declare function initClient(): AutotaskClient; /** * Regex Validator for Autotask and Autotask run IDs. */ export declare function validateId(id: string): void; /** * Checks if path exists, otherwise throws an error. */ export declare function validatePath(path: string): void; export declare function tailLogsFor(client: AutotaskClient, autotaskId: string): Promise; //# sourceMappingURL=utils.d.ts.map