/**
 * Validates that all needed directories are existing inside a ZenTS application.
 * This function is called on bootup and will throw an fatal error when a needed directory
 * doesn't exist.
 */
export declare function validateInstallation(): Promise<void>;
