import { type ThemeType } from "../../shared/constants";
export declare function readExtraPagesNames(params: {
    themeSrcDirPath: string;
    themeType: ThemeType;
}): string[];
