export declare const validate: ({ declarePracticesConfigPath, }: {
    declarePracticesConfigPath: string;
}) => Promise<void>;
