/** * Validate command: Pre-flight database health checks */ import { Effect } from "effect"; import { ValidationService } from "@jamesaphoenix/tx"; type Flags = Record; export declare const validate: (_pos: string[], flags: Flags) => Effect.Effect; export {}; //# sourceMappingURL=validate.d.ts.map