import type { ErrorCode } from "./types.ts"; export declare function isError(config: T | ErrorCode): config is ErrorCode; export declare function printError(manifestPath: string, code: ErrorCode): void; export declare function printInfo(): void; //# sourceMappingURL=errors.d.ts.map