export declare function header(oneLineDescription: string): string;
/**
 * We generate JS files as .d.ts and .js so that they are usable by both
 * JavaScript and TypeScript developers.
 */
export type GeneratedJsWithTypes = {
    DTS: string;
    JS?: string;
};
//# sourceMappingURL=common.d.ts.map