import { PluginInterface } from '../../../webpack-types';
export declare function getSpecialFoldersData({ manifestPath }: PluginInterface): {
    public: {
        [x: string]: string;
    };
    pages: {
        [x: string]: string;
    };
    scripts: {
        [x: string]: string;
    };
};
