/** * Check if the format is related to artifact, these format need to be uploaded to artifact * @param format - The format to check * @returns True if the format is related to artifact, false otherwise */ export declare function isArtifactRelatedInstillFormat(format?: string): boolean; //# sourceMappingURL=isArtifactRelatedInstillFormat.d.ts.map