export declare const allInstructions: { name: string; preview: string; description: string; snippet: string; deprecated?: boolean; }[]; export default allInstructions;