export declare const JAVASCRIPT_EXAMPLES: {
    "Hello world!": string;
    Input: string;
    Fibonacci: string;
};
