import { YamlExample } from './yaml-sidebar/types';
/**
 * Kubernetes 资源的内置 YAML 示例
 * 按照 apiVersion.kind 的格式组织
 */
export declare const BUILT_IN_YAML_EXAMPLES: {
    [key: string]: YamlExample[];
};
