export declare const UNFilter: ({ API_KEY: string; LOGO: string; BRAND_COLOR: string; BRAND_SECONDARY_COLOR: string; n: string; t: number; d: string; a: string; p: { name: string; detail: string; example: string; require: string; type: string; }[]; } | { API_KEY: string; LOGO: string; BRAND_COLOR: string; BRAND_SECONDARY_COLOR: string; n: string; t: number; d: string; a: string; p: ({ name: string; detail: string; example: string; require: string; repeat?: undefined; } | { name: string; detail: string; example: string; require: string; repeat: string; })[]; } | { LOGO: string; BRAND_COLOR: string; BRAND_SECONDARY_COLOR: string; n: string; t: number; d: string; a: string; p: ({ name: string; detail: string; example: string; require: string; type: string; repeat?: undefined; } | { name: string; detail: string; example: string; require: string; repeat: string; type: string; })[]; API_KEY?: undefined; })[];