export interface TuiDocSourceCodePathOptions {
    readonly header: string;
    readonly package: string;
    readonly path: string;
    readonly type: string;
}
