export declare const composer: { breadcrumb: string; title: string; header: string; example: string; commandPrefix: string; available: ({ command: string; docs: string; dir: boolean; } | { command: string; docs: string; dir?: undefined; })[]; related: string[]; }; export declare const app: { title: string; header: string; example: string; commandPrefix: string; available: { command: string; docs: string; }[]; parents: string[]; related: string[]; }; export declare const session: { title: string; header: string; example: string; commandPrefix: string; available: { command: string; docs: string; }[]; parents: string[]; related: string[]; };