export declare const repoRootDir: string;
export declare const noSourceCodeDir: string;
export declare const noSourceCodeFiles: {
    comment: string;
    invalidLinkComments: string;
    linkPaths: string;
    linkWithCode: string;
};
export declare const fullPackageExampleDir: string;
export declare const forcedIndexExampleDir: string;
export declare const fullPackageExampleFiles: {
    readme: string;
    readmeExpectation: string;
};
export declare const extendingTsConfigDir: string;
export declare const extendingTsConfigFiles: {
    sourceDir: string;
    distDir: string;
};
