#!/usr/bin/env node
export declare function downloadBuiltinKeycloakTheme(params: {
    keycloakVersion: string;
    destDirPath: string;
}): void;
