import type { CrdFile } from "../types/CrdFile"; import type { KustomizeInput } from "../types/Kustomize"; export declare function buildWithKustomize({ items, directoryUrl, }: Omit): Promise;