export declare const CALLEE_SCHEMA: {
    callees: {
        description: string;
        items: {
            anyOf: {
                description: string;
                type: string;
            }[];
        };
        type: string;
    };
};
export declare const ATTRIBUTE_SCHEMA: {
    attributes: {
        description: string;
        items: {
            anyOf: {
                description: string;
                type: string;
            }[];
        };
        type: string;
    };
};
export declare const VARIABLE_SCHEMA: {
    variables: {
        description: string;
        items: {
            anyOf: {
                description: string;
                type: string;
            }[];
        };
        type: string;
    };
};
export declare const TAG_SCHEMA: {
    tags: {
        description: string;
        items: {
            anyOf: {
                description: string;
                type: string;
            }[];
        };
        type: string;
    };
};
export declare const ENTRYPOINT_SCHEMA: {
    entryPoint: {
        description: string;
        type: string;
    };
};
export declare const TAILWIND_CONFIG_SCHEMA: {
    tailwindConfig: {
        description: string;
        type: string;
    };
};
export declare const TSCONFIG_SCHEMA: {
    tsconfig: {
        description: string;
        type: string;
    };
};
//# sourceMappingURL=descriptions.d.ts.map