export type RuntimeChunk = 'multiple' | 'single' | { name?: ((...args: Array) => unknown) | string; } | boolean;