/** If we read from vite config we take the liberty of creating it if it does not exist */
export declare function readPublicDirPath(params: {
    projectDirPath: string;
}): Promise<string>;
