Stone.js API
    Preparing search index...

    A route, reduced to what reading a declaration needs.

    interface DeclaringRoute {
        getOption: <T>(key: string) => T;
    }
    Index
    getOption: <T>(key: string) => T