export declare function assertUniqueValues<T extends string>(values: readonly T[], label: string): readonly T[];
export declare const BUNDLED_RUNTIME_SIDECAR_PATHS: readonly string[];
