/** * Copy Nacara includes to the user folder so it can be easily accessed * without having the user create layouts to reference them // * @param includesDir Absolute or relative path to the includes folder */ export declare function copyAssetsToUserFolder(args: EleventyBeforeEventArgs): void;