import { MetadataSchema } from "@typia/core";
export declare namespace CoreMetadataUtil {
    const atomics: (meta: MetadataSchema) => Set<"boolean" | "bigint" | "number" | "string">;
    const isUnion: (meta: MetadataSchema) => boolean;
}
