export interface Chapter {
    number: number;
    text: string;
    keywords: string[];
    codingApplication?: string;
}
export declare const wayOfCodeData: {
    chapters: Chapter[];
};
//# sourceMappingURL=way-of-code.d.ts.map